:root {
    --p-color: #3e95ff;
    --s-color: #ffffff;
    --t-color: #000000;
  
  
  
  
    --background-item: #121826;
    --background-item-hover: #ffffff;
    --item-non-hover: #ffffff;
    --text-link: #C9CDD2;
    --text-link-accent: #DADBDE;
    --line-color: #222836;
  
  
  
  
  
  
    --text-color: #ffffff;
      --footer-bg: #000000;
      --footer-bottom-bg: #ffffff;
      --white: white;
      --link-color: #3e95ff;
      --link-hover: #3e95ff;
      --button-border: #3d689a;
  
  
      --background: transparent;
      --primary-color: #3e95ff;
      --secondary-color: #000000;
  }
  
  body {
    background-color: rgb(0, 0, 0); /*indique la couleur de fond de la page web*/
    font-family: 'speedyblack_italic';
    height: 100vh;
    margin: 0;
    padding: 0;
    min-width: 585px;
    overflow-x: hidden;
  }
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #131212;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity 5s ease;
  }
  #preloader img {
    width: 400px;
    height: 300px;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*
    box-shadow: 0 0 0 3px red inset;
  */
  }
  /**/
  /*POLICE*/
  @font-face {
    font-family: 'nevrada_neueuploaded_file';
    src: url('../POLICE/nevrada_neue-webfont.woff2') format('woff2'),
         url('../POLICE/nevrada_neue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'speedyblack_italic';
    src: url('../POLICE/speedy-blackitalic-webfont.woff2') format('woff2'),
         url('../POLICE/speedy-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  
  }
  
  
  @font-face {
    font-family: 'akira_expandedsuper_bold';
    src: url('../POLICE/akira_expanded_demo-webfont.woff2') format('woff2'),
         url('../POLICE/akira_expanded_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'calvierregular';
    src: url('../POLICE/calvier-webfont.woff2') format('woff2'),
         url('../POLICE/calvier-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  
  
  @font-face {
    font-family: 'bisonbold';
    src: url('../POLICE/bison-bold-webfont.woff2') format('woff2'),
         url('../POLICE/bison-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  
  /*TEXTE / TITRE*/
  h1 {
    color: rgb(255, 255, 255);
    position: relative;
    height: 10%;
    margin-left: 40px;
    margin-top: 30px;
    letter-spacing: 4px;
    display: block;
    align-items: center;
    top: 15%;
  
  }
  
  h2 {
    color:var(--link-color); 
    position: relative;
    font-size: 600%;
    letter-spacing: 4px;
    text-align: left;
    width: auto;
    margin-left: 10px;
  }
  h3:hover {
    color: #000000;
  }
  h3{
    font-size: 150%;
    font-family: 'speedyblack_italic';
    color:#18A7FA;
    
  }
  h4 {
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: grab;
    z-index: -5;
    margin: auto;
    padding-top: 5%;
    padding-left: 26%;
    position: fixed;
  }
  h5 {
    color: #000000;
    text-align: left;
    margin-left: 30px;
    margin-top: 60px;
    text-decoration: underline black 3px;
    font-size: 120%;
  }
  p {
    color: rgb(0, 0, 0);
    position: relative;
    height: 10%;
    font-size: 150%;
    right: 50px;
    margin-top: 2px;
    letter-spacing: 4px;
    text-align: left;
    font-family: "nevrada_neueuploaded_file";
  }
  p {
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 150%;
    letter-spacing: 1px;
    margin-left: 70px;
    padding-top: 2%;
    font-family: Arial, Helvetica, sans-serif;
  }
  .p3 {
    color: rgb(255, 255, 255);
    font-family: "nevrada_neueuploaded_file";
    text-align: start;
    margin-left: 100px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
  }
  .p4{
    color: var(--link-color);
    position: relative;
    top: 5px;
    height: 10%;
    font-size: 150%;
    right: 50px;
    margin-top: 5%;
    letter-spacing: 8spx;
    text-align: left;
    font-family: "nevrada_neueuploaded_file";
    border-style: solid;
    border-width: 2px;
    border-color: var(--link-color);
    margin: 5px;
  }
  
  
  a {
    text-decoration: none;
    color: #ffffff;
  
    transition: color 0.3s ease;
  }
  
  a:hover {
    color: #000000;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .a1 {
    position: absolute;
    top: 3%;
    right: 0%;
    text-decoration: none;
    color:var(--link-color)A;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .a1:hover {
    color: #000000;
  }
  .a-buttom {
    text-decoration: none;
    color: #000000;
  
    transition: color 0.3s ease;
  }
  
  .a-buttom:hover {
    color: var(--link-color);
  }
  
  /*MENU*/
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*LOGO PRINCIAPALE*/
  
  
  
  
  .logo1 {
    position: absolute;
    height: 10%;
    width: 200px;
  }
  .logosimple {
    position: absolute;
    width: 100%;
    margin-left: 5%;
    object-fit: contain;
    transition: transform .5s;
  }
  
  .logosimple:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
  
  
  /*  MENU HORIZONTAL BAR DROITE  */
  
  .figure img.Sirv.image-hover {
    position: absolute;
    left:6%;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }
  .main-item:hover img.Sirv.image-hover {
    opacity: 1;
  }
  .dropdown > ul > li a:hover img.Sirv.image-hover {
    opacity: 1;
  }
  .dropdown > ul > li  img.Sirv.image-hover {
    position: absolute;
    left:5%;
    object-fit: contain;
    opacity: 0;
    transition: opacity ;
  }
  
  .dropdown > ul > li > a
  
  
    
      
  .dropdowns {
    min-width: 10rem;
    width: 100%;
    max-width: 16rem;
    border-radius: 1rem;
    overflow: hidden;
    background-color: transparent;
    font-family: 'speedyblack_italic';
    font-size: 20px;
  }
  
  .main-items {
    padding: 0.5rem;
    height: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: start;
    border-radius: 0.5rem;
    user-select: none;
    font-size: 1rem;
    font-family: 'speedyblack_italic';
    font-size: 20px;
    gap: 1rem;
    border: none;
    width: 100%;
    background: transparent;
    transition: all ease-in-out 0.25s;
    color: var(--s-color);
  }
  .main-items:hover {
    background-color: #ffd700 ;
    text-align: center;
  }
  
  .a-prenuim {
    -webkit-transition: color 0s;
    transition: color 0s;
  
  }
  .a-prenuim:hover {
    color: #ffffff;
  }
  
  .main-items--open + ul {
    visibility: visible;
    max-height: 400px;
    padding-left: 22px;
    opacity: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .main-items svg {
    stroke: var(--item-non-hover);
    transition: all ease-in-out 0.25s;
  }
  
  .main-items:hover svg {
    stroke: var(--t-color);
  }
  
  .main-items--open {
    border-radius: 8px;
    transition: all 200ms;
    color: var(--s-color);
  }
  
  .main-items--open:hover {
    color: var(--t-color);
    border-radius: 8px;
    background-color: var(
      --background-item-hover);
  }
  
  .main-items--open svg {
    stroke: var(--s-color);
  }
    
    
    
  .dropdown {
    min-width: 10rem;
    width: 100%;
    max-width: 16rem;
  
    border-radius: 1rem;
    overflow: hidden;
    background-color: var(
      --p-color
    );
  }
  
  .main-item {
    padding: 0.5rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: start;
    border-radius: 0.5rem;
    user-select: none;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    gap: 1rem;
    border: none;
    width: 100%;
    background: var(--p-color);
    transition: all ease-in-out 0.25s;
    color: var(--item-non-hover);
  }
  
  .main-item:hover {
    background-color: var(
      --background-item-hover
    );
    color: var(--t-color);
  }
  
  .main-item svg {
    stroke: var(--item-non-hover);
    transition: all ease-in-out 0.25s;
  }
  
  .main-item:hover svg {
    stroke: var(--t-color);
  }
  
  .main-item--open {
    border-radius: 8px;
    transition: all 200ms;
    color: var(--primary-item);
  }
  
  .main-item--open:hover {
    color: var(--primary-item);
    border-radius: 8px;
    background-color: var(
      --background-item-hover);
  }
  
  .main-item--open svg {
    stroke: var(--primary-item);
  }
  
  .dropdown > ul {
    max-height: 0;
    list-style-type: none;
    margin: 0;
    padding-left: 14px;
    opacity: 0;
    font-size: smaller;
    visibility: hidden;
    transition: all ease-in-out 0.2s;
  }
  
  .main-item--open + ul {
    visibility: visible;
    max-height: 400px;
    padding-left: 22px;
    opacity: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .dropdown > ul > li {
    height: 48px;
    display: flex;
    width: 100%;
    font-size: 0.9rem;
    align-items: center;
    border-left: 2px solid var(--line-color);
  }
  
  .dropdown > ul > li > a {
    color: var(--item-non-hover);
    padding: 1rem 0.75rem;
    height: 2.4rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 0.5rem;
    margin-left: 1rem;
    width: 100%;
  }
  
  .dropdown > ul > li:hover {
    color: var(--primary-item);
    cursor: pointer;
  }
  
  .dropdown > ul > li:hover > a {
    color: var(--p-color);
    background: var(--p-color);
    width: 100%;
  }
  
  .expand-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    transform: rotate(90deg);
  }
  
  .main-item--open > .expand-icon {
    transform: rotate(-90deg);
  }
  
  
  
  
  /* Sidenav menu */
  .sidenav {
    height: 100vh;
    width: 320px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: -320px;
    background-color: var(--link-color);
    padding-top: 80px;
    transition: right 0.5s ease;
  }
  /* Sidenav menu links */
  .sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: var(--s-color);
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #111;
  }
  
  .sidenav ul {
    list-style-type: none;
    padding: 1px;
    margin-left: 10px;
  }
  
  /* Active class */
  .sidenav.active {
    right: 0;
  }
  
  /* Close btn */
  .sidenav .close {
    position: absolute;
    top: 15px;
    right: 40px;
    font-size: 66px;
  }
  
  /* Icône burger */
  .burger-icon span {
    display: block;
    position: relative;
    width: 80%;
    height: 10%;
    background-color: rgb(255, 255, 255);
    margin: 8px 0;
  }
  .menu-burger{
    position: absolute;
    top: 10px;
    height: 100px;
    width: 200px;
  }
  .menu-burger-img{
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .burger{
    position: absolute;
    top: 30px;
    right: 30px;
  }
  
  
  
  
  
  
  /*NOUVELLE LISTE*/
  
  
  
  
  
  .wrapper{
    max-width: 400px;
    width: 100%;
    cursor: default;
  }
  .wrapper header{
    font-size: 30px;
    font-weight: 600;
  }
  .wrapper .inputField{
    margin: 20px 0;
    width: 100%;
    display: flex;
    height: 45px;
    margin-left: 5px;
  }
  .inputField input{
    width: 70%;
    height: 100%;
    outline: none;
    border-radius: 14px;
    border: 1px solid var(--t-color);
    font-size: 15px;
    padding-left: 15px;
    transition: all 0.3s ease;
  }
  .inputField input:focus{
    border-color: var(--t-color);
  }
  .inputField button{
    cursor: pointer;
    width: 50px;
    height: 100%;
    border: none;
    color: #fff;
    margin-left: 5px;
    font-size: 21px;
    outline: none;
    background: var(--t-color);
    border-radius: 14px;
    transition: all 0.3s ease;
  }
  .inputField button:hover,
  .footer button:hover{
    background: var(--s-color);
    color: var(--t-color);
  }
  .inputField button.active{
    opacity: 1;
    pointer-events: auto;
  }
  .wrapper .todoList{
    height: auto;
    overflow-y: auto;
    border-left: 2px solid var(--s-color);
  }
  .todoList li{
    position: relative;
    list-style: none;
    margin-bottom: 4px;
    margin-top: 4px;
    background: #f2f2f2;
    border-radius: 3px;
    padding: 10px 15px;
    margin-left: 4px;
    cursor: default;
    overflow: hidden;
    word-wrap: break-word;
  }
  .todoList li .icon{
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    background: #e74c3c;
    width: 45px;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .todoList li:hover .icon{
    right: 0px;
  }
  .wrapper .footer{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer button{
    height: 100%;
    width: 100%;
    padding: 6px 10px;
    border-radius: 3px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
    background: var(--t-color);
    user-select: none;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .footer button.active{
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*BOUTTON PROFIL DU MENU HORIZONTAL A DROITE*/
  
  
  
  .avatar-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  
  .avatar-wrapper .avatar-profile {
    width: 32px;
    height: 32px;
    border-radius: 20px;
  }
  
  .avatar-name-wrapper {
    display: flex;
    flex-direction: column;
    transform: translate(80px , -160%);
    height: 100%;
    width: 100%;
  }
  
  .avatar-name-alias {
    color: var(--github);
    font-size: 20px;
  }
  
  .avatar-name {
    color: var(--color);
  }
  
  
  
  .avatar-wrapper .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  }
  
  .avatar-profile{
  margin-top: 15px;
  width: 70px;
  height:70px;
  border-radius: 1000px;
  object-fit: scale-down;
  
  }
  .avater-profil-image{
  cursor: pointer;
  object-fit: cover;
  height: 70px;
  }
  
  
  .boutton-profil{
  position: absolute;
  width: 100%;
  height: 10%;
  padding-left: 20px;
  bottom: 0px;
  }
  .boutton-profil:hover{
  
  margin-left: 0px;
  height: 10%;
  cursor: pointer;
  align-items: center;
  justify-content: start;
  border-radius: 0.5rem;
  user-select: none;
  font-size: 1rem;
  font-family: 'speedyblack_italic';
  font-size: 20px;
  gap: 1rem;
  border: none;
  width: 100%;
  background: transparent;
  transition: all ease-in-out 0.25s;
  background-color: var(--s-color);
  /*
  height: 100px;
  display: flex;
  cursor: pointer;
  align-items: center;
  
  justify-content: start;
  border-radius: 0.5rem;
  user-select: none;
  font-size: 1rem;
  font-family: 'speedyblack_italic';
  font-size: 20px;
  gap: 1rem;
  border: none;
  width: 100%;
  background: transparent;
  transition: all ease-in-out 0.25s;
  color: var(--s-color);
  */
  }
  
  .menu-vertical-logo{
  position: absolute;
  width: 80%;
  height: 50px;
  top: 0px;
  }
  .menu-vertical-logo:hover{
  cursor: pointer;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media (max-width: 990px) {
    .menu {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: stretch;
      height: 20%;
      opacity: 0;
    }
    
  }
  
  
  
  .menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 20%;
  }
  
  .menu li {
    display: inline-block;
    width: auto;
    height: 100px;
    transition: all 0.3s ease-in-out;
  }
  
  .menu li:hover .submenu {
    height: 85px;
  }
  
  .menu > li:hover > a {
    color: var(--link-color);
  }
  
  .menu > li:hover > a::before {
    visibility: visible;
    scale: 1 1;
  }
  
  .submenu {
    overflow: hidden;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    background-color: var(--link-color);
    height: 0%;
    box-sizing: border-box;
    transition: height 0.3s ease-in-out;
  }
  .menu li .submenu a {
    color: #fff;
    opacity: 0;
    font-size: 16px;
    transition: opacity 0.25s;
  }
  
  .menu > li:hover .submenu a {
    opacity: 1;
  }
  
  .menu > li .submenu a:hover {
    background: rgb(0 0 0 / 20%);
  }
  
  .menu > li a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    text-decoration: none;
    position: relative;
    height: 120%;
  }
  
  .menu > li > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 3px;
    align-items: center;
    justify-content: center;
    left: 0px;
    background-color: var(--link-color);
    transition: all 0.2s ease-in-out;
    scale: 0 0;
    visibility: hidden;
  }
  
  .logo1 {
    position: absolute;
    height: 10%;
    width: 200px;
  }
  .logosimple {
    position: absolute;
    width: 100%;
    margin-left: 5%;
    object-fit: contain;
    transition: transform .5s;
  }
  
  .logosimple:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    }
  
  
    .passe {
      position: absolute;
      width: 13%;
      height: 100%;
      right: 30%
    }
  .btn-menu {
    position: absolute;
    border: 0;
    background: rgb(255, 255, 255);
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 50px;
    transition: transform .5s;
  
  }
  
  .btn-menu:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    }
  
  .connexion{
    position: absolute;
    right: 140px;
    width: 230px;
    height: 100%;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*CORPS*/
  .up {
    z-index: 1px;
    height: 100px;
    width: 100px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    border-style: solid;
    border-width: 3px;
    border-color: #000000;
    transition: transform 3ms;
  }
  .up-image {
    width: 60px;
  }
  
  /*DIV DE PRESENTATION (PREMIERE CHOSE VISIBLE DU SITE)*/
  .MOCKUPS {
    position: absolute;
    left: 0;
    right: 0;
    top: 29vh;
    right: -33vh;
    margin: auto;
    width: 90vh;
    z-index: -0;
  }
  .degrade{
    position: absolute;
    bottom: 0px;
    height: 800px;
    z-index: 1;
  }
  .bloc{
    background-image:transparent;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    
  }
  
  .VIDEOPORTABLE{    
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    z-index: 2;
    border-radius: 30px;
    width: 36vh;
    top: 30.5vh;}
  
  
  .presentation{
    position: relative;
    top: 10%;
    height: 80%;
    z-index: -5;
  }
  
  
  
  /*PUB*/
  .PUB1 {
    position: absolute;
    margin: 40px;
    width: 20%;
    height: 250%;
    background-color: red;
  }
  .PUB22 {
    position: fixed;
    margin: 10px;
    width: 99%;
    height: 15%;
    bottom: 0px;
    background-color: rgb(24, 247, 80);
  }
  
  
  
  
  
  
  
  
  
  
  
  /*CONTENUE*/
  
  
  
  
  .CONTENU-UNE {
    position: relative;
    width: 100%;
    height: auto;
    left: 80%;
    top: 20%;
    background-color: rgb(255, 255, 255);
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*BOUTTON EXPLICATION*/
  
    .background {
      background-color: var(--background);
      display: grid;
      place-items: center;
      height: 10%;
      width: 100%;
  }
  
  .button-expliquation {
      color: #fff;
      cursor: pointer;
      font-size: 5rem;
      line-height: 5.5rem;
      max-width: 550px; 
      width: 100%; 
      letter-spacing: 0.3rem;
      font-weight: 800px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      display: flex;
      justify-content: center;
      transition: all 0.1s ease-in;
  }
  
  .button-expliquation:hover {
      color: var(--link-color);
  }
  
  .button-expliquation svg {
      height: 90px;
      left: 0;
      top: 0; 
      position: absolute;
      width: 100%; 
  }
  
  .button-expliquation rect {      
      fill: none;
      stroke: #fff;
      stroke-width: 2;
      stroke-dasharray: 750, 0;
      transition: all 1s linear;
  }
  
  .button-expliquation:hover rect {
      stroke-width: 5;
      stroke-dasharray: 43, 300;
      stroke-dashoffset: 48;
      stroke: var(--link-color);
      transition: all 2s cubic-bezier(
          0.22, 1, 0.25, 1
      );
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .CATHEGORIE {
    top: 10px;
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgb(0, 0, 0);
    display: inline-block;
    
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*POP UP D'EXPLIQUATION*/
  
  
  
  .btn-7,
  .btn-7 *,
  .btn-7 :after,
  .btn-7 :before,
  .btn-7:after,
  .btn-7:before {
    border: 0 solid;
    box-sizing: border-box;
  }
  .btn-7 {
    -webkit-tap-highlight-color: transparent;
    background-color: #000;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
      Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  .btn-7:disabled {
    cursor: default;
  }
  .btn-7:-moz-focusring {
    outline: auto;
  }
  .btn-7 svg {
    display: block;
  }
  .btn-7 [hidden] {
    display: none;
  }
  .btn-7 {
    border-radius: 99rem;
    border-width: 2px;
    overflow: hidden;
    padding: 0.8rem 3rem;
    position: relative;
  }
  .btn-7 span {
    mix-blend-mode: difference;
  }
  .btn-7:before {
    background: var(--s-color);
    color: #000;
    -webkit-clip-path: polygon(
      0 calc(var(--progress, 100%) / 2),
      100% calc(var(--progress, 100%) / 2),
      100% calc(100% - var(--progress, 100%) / 2),
      0 calc(100% - var(--progress, 100%) / 2)
    );
    clip-path: polygon(
      0 calc(var(--progress, 100%) / 2),
      100% calc(var(--progress, 100%) / 2),
      100% calc(100% - var(--progress, 100%) / 2),
      0 calc(100% - var(--progress, 100%) / 2)
    );
    content: "";
    inset: 0;
    position: absolute;
    transition: -webkit-clip-path 0.2s ease;
    transition: clip-path 0.2s ease;
    transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
  }
  
  .btn-7:hover:before {
    --progress: 0%;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .consent-modal{
    height: 100%;
    width: 100%;
    z-index: 10px;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
  }
  
  .consent-modal__content {
    width: 95%;
    max-width: 500px;
    min-width: 300px;
    padding: 25px;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc(0% - 50px));
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  .consent-modal__text {
    font-family: 'speedyblack_italic';
    color: #000000;
    margin-bottom: 5px;
    text-align: center;
  }
  .consent-modal__text--bolder {
    font-weight: 600;
  }
  .consent-modal-choices{
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .consent-modal-btn,
  .consent-modal-link   {
    font-family: 'speedyblack_italic';
    flex-basis: 125px;
    padding: 10px 8px;
    cursor: pointer;
    font-size: 14px;
    color: #f1f1f1;
    font-weight: 600;
    border-radius: 5px;
  }
  .consent-modal-link{
    margin-right: 12px;
    text-align: center;
    text-decoration: none;
  }
  .consent-modal-btn{
    border: none;
    color: #f1f1f1;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .cards {
    position: relative;
    justify-content: space-between;
    display: inline-block;
    width: 300px;
    height:400px;
    
  }
  
  article {
    position: relative;
    perspective: 1000px;
    margin: 20px;
  
  }
  
  article header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-top: 1%;
    padding-right: 4%;
    right: 0px;
    
    z-index: 200;
  }
  
  article header h2 {
    font-size: 20px;
  }
  
  .fleche-arriere{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-right: 10px;
    right: 0px;
    
    z-index: 200;
  }
  
  
  article .front,
  article .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backface-visibility: hidden;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
    transition: 0.6s;
    cursor: pointer;
  }
  
  .back {
    transform: rotateY(180deg);
  }
  
  .inputs {
    position: absolute;
    scale: 0;
    
  }
  
  .inputs:checked ~ article .back {
    transform: rotateY(0);
  }
  
  .inputs:checked ~ article .front {
    transform: rotateY(-180deg);
  }
  
  article var {
    font-style: normal;
    font-size: 80px;
    line-height: 1;
  }
  
  article h3 {
    margin: 0 0 30px;
    font-weight: 500;
  }
  
  #summary :is(var, h3) {
    color: #3b82f6;
  }
  
  #overdue :is(var, h3) {
    color: #ef4444;
  }
  
  #features :is(var, h3) {
    color: #22c55e;
  }
  
  article :is(h4, p) {
    opacity: 0.5;
    font-size: 20px;
  }
  
  article p {
    position: relative;
    height: 90%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
    margin-left: 52px;
    color: var(--t-color);
  
  }
  
  .BANDEANNONCE{
    position: absolute;
    height: 15%;
    width: 100%;
    bottom: 12%;
    text-align: center;
    line-height: 48px;
    background-color: var(--link-color);
    border: 0;
  font-size: 1rem;
  cursor: pointer;
  transition: transform .5s;
  }
  
  
  
  
  .a-buttom-select {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    
  }
  .a-buttom {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
  
    
  }
  
  .a-buttom:hover {
    color: #000000;
  }
  .a-lien {
    text-decoration: none;
    color: #000000;
    height: auto;
    width: 100%;
    transition: color 0.3s ease;
    
  }
  
  .a-lien:hover {
    color: var(--link-color);
  }
  
  
  
  .imgbase{
    object-fit: cover;
    position: relative;
    width: 203px;
    height: 303px;
    border-radius: 10px;
    }
  
  
  select {
    margin: 0;
    padding-left: 15px;
    color: #18A7FA;
    cursor: pointer;
    margin-top: -100%;
    height: 15%;
      width: 100%;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      background: blur(15px);
    }
  
    .select{
    position: relative;
    width: 100%;
    height:10%;
    border-radius: 5px;
    border: 1px solid var(--link-color);
    }
    
     select:active {
      background: blur(15px);
      }
  
      
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
     
  
      .card {
        position: relative;
        display: inline-block;
        border: 1px solid var(--github-dark-border);
        object-fit: cover;
        border-radius: 50%;
        align-items: center;
    justify-content: center;
    }
    .card .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    
    .card:hover .img-top {
        display: inline;
        transition: all 0.2s ease-in-out;
    }
  
  
    .card .img-menu {
      display: none;
      position: absolute;
      top: 0;
      left: 10px;
      z-index: 99;
  }
  .card:hover .img-menu {
    display: inline;
    transition: all 0.2s ease-in-out;
  }
  
  
  
  
  
  
  
  
  
    
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
      .navigation__menu {
        background-color: var(
              --background
          );
          z-index: 3;
          background-color: var(--link-color);
          border-left: 1px solid var(--github-dark-border);
          height: 100vh;
          opacity: 1;
          display: flex;
          width: 100%;
          flex-direction: column;
          padding: 12px;
          right: 0;
          position: fixed;
          box-shadow: 
          rgba(100, 100, 111, 0.2)
          0px 7px 29px 0px;
          animation: fadeInAnimation 
          ease-in-out 0.5s forwards;
      }
      
      .navigation__menu__items {
        display: flex;
        flex-direction: column;
        gap: 8px;
        list-style-type: none;
        margin: 0px;
        margin-top: 30px;
        padding: 0px;
        color: var(--github-button-hover);
      }
      
      .navigation__menu__items> a > li {
        display: flex;
        gap: 15px;
        font-size: 20px;
        height:50px;
        border-radius: 6px;
        align-items: center;
        cursor: pointer;
        color: var(--color);
        padding: 0px 10px;
        transition: 1ms;
      }
      
      .navigation__menu__items > li:hover {
        background-color: var(--navigation-hover);
        color: var(--github);
      }
      
      .navigation__menu__items > li > svg {
        fill: var(--github);
        font-size: 100px;
      }
      
      .navigation__menu__items > .separator {
        display: flex;
        align-items: center;
        height: 10px;
        padding: 0px;
      }
      
      .navigation__menu__items > .separator:hover  {
        background-color: var(--background);
      }
      
      .navigation__menu__items > .separator > hr {
        border: 1px solid var(--github-dark-border);
        width: 100%;
      }
      
      .avatar-wrapper {
        display: flex;
        height: 40px;
        font-size: 20px;
        gap: 8px;
        align-items: center;
      }
      
      .avatar-wrapper .avatar-profile {
        width: 42px;
        height: 42px;
      }
      
      .avatar-name-wrapper {
        display: flex;
        flex-direction: column;
      }
      
      .avatar-name-alias {
        color: var(--github);
        font-weight: 600;
      }
      
      .avatar-name {
        color: var(--color);
        font-size: 12px;
      }
      
      .close-button {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        margin-left: auto;
        cursor: pointer;
        height: 32px;
        width: 32px;
      }
      
      .close-button:hover {
        background-color: var(--navigation-hover);
      }
      
      .close-button svg {
        height: 25px;
        width: 25px;
        fill: var(--github);
      }
      
      @keyframes fadeInAnimation {
        0% {
            opacity: 0;
            visibility: hidden;
            max-width: 0px;
        }
        100% {
            opacity: 1;
            visibility: visible;
            max-width: 320px;
        }
      }
      
      .none {
        display: none;
      }
      
      .hide {
        opacity: 0;
        visibility: hidden;
        animation: fadeOutAnimation 
      }
      
      @keyframes fadeOutAnimation {
        0% {
            opacity: 1;
            max-width: 320px;
            visibility: visible;
        }
        100% {
            opacity: 0;
            max-width: 0px;
            visibility: hidden;
        }
      }
  
  
  
  
  
  
  
  
      
     
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .bar-blanc{
    height: auto;
    width: 80%;
margin-left: 10%;
  }
  
  .Expliquation-bloc{
    padding-top: 100px;
    width: 100%;
    height: auto;
    background-color:var(--t-color);
    display: flex;
  }
  .bloc-video{
    height: 100%;
    width: auto;
    text-align: center;
    background-color: var(--t-color);
  }
  .bloc-texte{
    height: 100%;
    width: 100%;
    background-color: var(--t-color);
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*BAS DE PAGE*/
  
  
  
  
  .footer-wrapper {
    display: flex;
    flex-direction: column;
  
    width: 100%;
    margin: 0 auto;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  
  .footer-logo-columns {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 4;
    gap: 48px 16px;
  }
  
  .footer-legal-commentaire{
    width: 100%;
    height: auto;
  }
  
  
  
  
  
  
  
  .footer-logo {
    margin-bottom: 2rem;
    width: 3rem;
  }
  
  .image-pub{
    height: 10px;
  }
  
  
  
  .subscribe-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 8rem;
    color: var(--white);
    text-decoration: none;
    font-size: 1rem;
    height: 3rem;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: var(--secondary-color);
    border: 2px solid var(--white);
    border-radius: 0.375rem;
    transition: all 0.5s ease-in-out;
  }
  
  .subscribe-btn:hover {
    border: 3px solid var(--secondary-color);
    background-color: var(--white);
    color: var(--secondary-color);
  }
  
  .footer-logo-column {
    display: flex;
    grid-area: footer-logo;
    flex-direction: column;
    min-width: 16rem;
    flex-grow: 1;
    padding: 16px;
    background-color: var(--link-color);
  }
  
  .footer-logo-column p {
    color: var(--text-color);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  
  .footer-logo-column h3 {
    color: var(--white);
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  
  /* other columns */
  
  
  .other-columns {
    width: 100%;
    height: auto;
    margin-left: 50px;
    
  }
  
  .other-columns ul {
    display: flex;
    gap: 0.75rem;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    font-weight: 600;
    padding-top: 2rem;
    margin-bottom: 16px;
  }
  
  .other-columns ul a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.85rem;
  }
  
  .other-columns ul a:hover {
    text-decoration: underline;
  }
  
  .other-columns h3 {
    color: var(--link-color);
    margin-bottom: 1rem;
    font-size: 1,5rem;
    margin-top: 16px;
  
  }
  
  .footer-logo svg {
    fill: var(--white);
  }
  
  /*? Footer bottom */
  .footer-bottom {
    margin-top: 48px;
    width: 100%;
    padding: 1rem 0px;
    color: var(--text-color);
    background-color: var(--footer-bottom-bg);
  }
  
  .footer-bottom-wrapper {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 1rem;
  }
  
  .footer-bottom small {
    font-size: 1rem;
    display: inline;
    white-space: nowrap;
  }
  
  .footer-bottom-links {
    list-style-type: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  
  .footer-bottom-links a {
    color: var(--link-color);
    text-decoration: none;
    white-space: nowrap;
  }
  
  .footer-bottom-links a:hover {
    color: var(--link-hover);
    text-decoration: underline;
  }
  
  .footer-bottom>small {
    font-size: 1rem;
    margin: 0 auto;
    width: 100%
  }
  
  /*? socials */
  .social-wrapper {
    display: flex;
    gap: 0.5rem;
    margin: 0 auto;
  }
  
  .social-links {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
  }
  
  .social-links img {
    width: 1.5rem;
    height: 1.5rem;
    transition: all 0.2s ease-in-out;
  }
  
  .social-links img:hover {
    transform: scale(1.1);
  }
  
  .social-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style-type: none;
  }
  
  .footer-bottom-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  /*? footer containers */
  footer {
    padding-top: 100px;
    background-color: var(--footer-bg);
    width: 100%;
    bottom: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .bloc-discussion {
    position: relative;
    height: 100%;
    width: 200%;
    right: 0px;
    min-width: 300px;
    display: inline-block;
  }
  
  
  
  
  
  
  .avatar {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
  }
  
  .discussion {
    background-color: var(--white);
    border-radius: 1rem;
    position:absolute;
    top: 5%;
    margin: 20px;
    min-width: 16rem;
    max-width: 25rem;
    user-select: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  
  .discussion__header {
    background-color: var(--gray-light);
    border-bottom: var(--gray-borders);
    display: flex;
    gap: 0.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    overflow: hidden;
    padding: 16px;
    width: 100%;
  }
  
  .discussion__header textarea {
    border: 1px solid var(--gray-borders);
    padding: 0.5rem;
    border-radius: 0.25rem;
    height: 3rem;
    transition: height 0.3s ease-in-out;
    resize: none;
    width: 100%;
    font-family: 'speedyblack_italic';
  }
  
  .discussion__header textarea:focus {
    outline: none;
    height: 5rem;
    border: 1px solid var(--primary);
  }
  
  .comment {
    display: flex;
    padding: 1rem;
    min-height: 6rem;
    gap: 0.5rem;
    border-bottom: 1px solid var(--gray-borders);
    font-family: 'speedyblack_italic';
  }
  
  .newcomment__toolbar {
    justify-content: end;
    display: flex;
    gap: 0.5rem;
    padding: 0.25rem;
  }
  
  .newcomment__toolbar button {
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-family: 'speedyblack_italic';
  }
  
  .button--primary {
    background-color: var(--link-color);
    color: var(--white);
    min-width: 5rem;
  }
  
  .comment__text {
    font-size: 0.75rem;
  }
  
  .comment__author {
    font-size: 0.8rem;
  }
  
  .comment__date {
    font-size: 0.75rem;
    margin-left: 0.2rem;
    color: var(--gray-dark);
  }
  
  
  .social-media-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
  }
  
  .social-media-buttons li {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    display: grid;
    background-color: var(--primary-color);
    place-items: center;
    transition: all 0.3s;
    border: 1px solid var(--primary-color);
  }
  
  .social-media-buttons li a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--secondary-color);
  }
  
  .social-media-buttons li:hover {
    background-color: var(--s-color);
    border: 1px solid var(--t-color);
    border-radius: 8px;
  }
  
  .social-media-buttons li a svg {
    height: 24px;
    width: 24px;
    stroke: var(--t-color);
    stroke-width: 1.75;
    transition: 0.8s;
  }
  
  .social-media-buttons li:hover svg {
    stroke: var(--t-color);
    transform: rotateY(360deg);
    stroke-width: 1.75;
  }
  
  
  @media (min-width: 320px) {
    .other-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (min-width: 600px) {
    .other-columns {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
  
    .footer-bottom-wrapper {
        flex-direction: row;
    }
  
  
    .footer-bottom-links {
        margin-left: 1.5rem;
    }
  }
  @media (max-width: 1000px) {
    .footer-bottom {
      margin-top: 150px;
    }
  }
  
  @media (max-width: 800px) {
    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1rem 0.5rem 2rem 0.5rem;
    }
  }
  
  
  @media (max-width: 1112px) {
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  